-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: Google Cloud Storage support skeleton #513
Conversation
1. try implement GCS support backend prototype 2. try implement GCS support directory walker prototype Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This PR is still working in progress, tasks to complete:
|
Add Apache license headers for gcs files Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
Please create a tracking issue for this. I prefer to merge multiple PRs instead of one. |
1. canceled unneccesary feature switch `service-gcs` 2. implement from_iter() for `gcs::Backend` 3. *make gcs compile* Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
added some document comments in gcs Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
now it should be able to compiled and satisfies clippy Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
now the backend should inherits the default implementation of Accessor Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM.
I raised some reviews for coding style. PTAL.
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
Please mark the conversation as resolved after fixing. |
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
@Xuanwo PTAL! ;) |
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM. Thanks for contributing!
Summary
This PR will complete #7.
Signed-off-by: ClSlaid cailue@bupt.edu.cn
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/